fontbutton: Correct the css docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Dec 2020 13:57:04 +0000 (08:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Dec 2020 13:59:58 +0000 (08:59 -0500)
Mention the wrapper fontbutton node.

gtk/gtkfontbutton.c

index dc842eb7377deeacd4da7fd0a68368f3c3c6fcc7..50f86feb54a1c10cfddd2d81c7f6c4c1158d6d6b 100644 (file)
  *
  * # CSS nodes
  *
- * GtkFontButton has a single CSS node with name fontbutton.
+ * |[<!-- language="plain" -->
+ * fontbutton
+ * ╰── button.font
+ *     ╰── [content]
+ *]|
+ *
+ * GtkFontButton has a single CSS node with name fontbutton which
+ * contains a button node with the .font style class.
  */
 
 typedef struct _GtkFontButtonClass   GtkFontButtonClass;